﻿2026-06-04T12:53:23.7629962Z ##[group]Run actions/checkout@v5
2026-06-04T12:53:23.7631654Z with:
2026-06-04T12:53:23.7632473Z   repository: SaberMage/spt-core
2026-06-04T12:53:23.7639973Z   token: ***
2026-06-04T12:53:23.7640781Z   ssh-strict: true
2026-06-04T12:53:23.7641572Z   ssh-user: git
2026-06-04T12:53:23.7642371Z   persist-credentials: true
2026-06-04T12:53:23.7643246Z   clean: true
2026-06-04T12:53:23.7644033Z   sparse-checkout-cone-mode: true
2026-06-04T12:53:23.7644965Z   fetch-depth: 1
2026-06-04T12:53:23.7645795Z   fetch-tags: false
2026-06-04T12:53:23.7646629Z   show-progress: true
2026-06-04T12:53:23.7647432Z   lfs: false
2026-06-04T12:53:23.7648185Z   submodules: false
2026-06-04T12:53:23.7649019Z   set-safe-directory: true
2026-06-04T12:53:23.7650443Z ##[endgroup]
2026-06-04T12:53:23.9234565Z Syncing repository: SaberMage/spt-core
2026-06-04T12:53:23.9238405Z ##[group]Getting Git version info
2026-06-04T12:53:23.9240181Z Working directory is '/home/david/actions-runner/_work/spt-core/spt-core'
2026-06-04T12:53:23.9242681Z [command]/usr/bin/git version
2026-06-04T12:53:23.9243720Z git version 2.34.1
2026-06-04T12:53:23.9247165Z ##[endgroup]
2026-06-04T12:53:23.9258887Z Copying '/home/david/.gitconfig' to '/home/david/actions-runner/_work/_temp/a6c26b9c-4c98-4624-be97-2b848c443f04/.gitconfig'
2026-06-04T12:53:23.9282828Z Temporarily overriding HOME='/home/david/actions-runner/_work/_temp/a6c26b9c-4c98-4624-be97-2b848c443f04' before making global git config changes
2026-06-04T12:53:23.9286202Z Adding repository directory to the temporary git global config as a safe directory
2026-06-04T12:53:23.9289278Z [command]/usr/bin/git config --global --add safe.directory /home/david/actions-runner/_work/spt-core/spt-core
2026-06-04T12:53:23.9344274Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-04T12:53:23.9374349Z https://github.com/SaberMage/spt-core
2026-06-04T12:53:23.9394965Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-04T12:53:23.9400902Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-04T12:53:23.9430083Z refs/heads/dev-freeform
2026-06-04T12:53:23.9444726Z [command]/usr/bin/git checkout --detach
2026-06-04T12:53:23.9498300Z HEAD is now at 6f61a89 docs(budget): M4-D9-3 gravity numbers + per-OS budget steps [budget]
2026-06-04T12:53:23.9558724Z [command]/usr/bin/git branch --delete --force dev-freeform
2026-06-04T12:53:23.9596194Z Deleted branch dev-freeform (was 6f61a89).
2026-06-04T12:53:23.9644574Z ##[endgroup]
2026-06-04T12:53:23.9647924Z [command]/usr/bin/git submodule status
2026-06-04T12:53:23.9927338Z ##[group]Cleaning the repository
2026-06-04T12:53:23.9931305Z [command]/usr/bin/git clean -ffdx
2026-06-04T12:53:23.9968459Z Removing traceable-reqs
2026-06-04T12:53:23.9980902Z [command]/usr/bin/git reset --hard HEAD
2026-06-04T12:53:24.0037321Z HEAD is now at 6f61a89 docs(budget): M4-D9-3 gravity numbers + per-OS budget steps [budget]
2026-06-04T12:53:24.0044073Z ##[endgroup]
2026-06-04T12:53:24.0047126Z ##[group]Disabling automatic garbage collection
2026-06-04T12:53:24.0053261Z [command]/usr/bin/git config --local gc.auto 0
2026-06-04T12:53:24.0091804Z ##[endgroup]
2026-06-04T12:53:24.0093893Z ##[group]Setting up auth
2026-06-04T12:53:24.0102382Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-04T12:53:24.0146645Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-04T12:53:24.0390837Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-04T12:53:24.0431023Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-04T12:53:24.0673397Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-04T12:53:24.0717565Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-04T12:53:24.0961670Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-04T12:53:24.1025388Z ##[endgroup]
2026-06-04T12:53:24.1027492Z ##[group]Fetching the repository
2026-06-04T12:53:24.1041816Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +6f61a89677d039dc9816f2f736a05b3915f75e00:refs/remotes/origin/dev-freeform
2026-06-04T12:53:24.7018987Z ##[endgroup]
2026-06-04T12:53:24.7021490Z ##[group]Determining the checkout info
2026-06-04T12:53:24.7024000Z ##[endgroup]
2026-06-04T12:53:24.7027906Z [command]/usr/bin/git sparse-checkout disable
2026-06-04T12:53:24.7185703Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-04T12:53:24.7191230Z ##[group]Checking out the ref
2026-06-04T12:53:24.7194121Z [command]/usr/bin/git checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-04T12:53:24.7197477Z Switched to a new branch 'dev-freeform'
2026-06-04T12:53:24.7211136Z Branch 'dev-freeform' set up to track remote branch 'dev-freeform' from 'origin'.
2026-06-04T12:53:24.7217411Z ##[endgroup]
2026-06-04T12:53:24.7252164Z [command]/usr/bin/git log -1 --format=%H
2026-06-04T12:53:24.7284906Z 6f61a89677d039dc9816f2f736a05b3915f75e00
